home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / dos5mem.zip / MEMORY.TXT
Text File  |  1991-06-16  |  3KB  |  95 lines

  1. This is the result using the command mem/c | more
  2.  
  3.  
  4. Conventional Memory :
  5.  
  6.   Name                Size in Decimal       Size in Hex
  7. -------------      ---------------------   -------------
  8.   MSDOS              16016      ( 15.6K)       3E90
  9.   SETVER               400      (  0.4K)        190
  10.   HIMEM               1184      (  1.2K)        4A0
  11.   EMM386              8400      (  8.2K)       20D0
  12.   COMMAND             3392      (  3.3K)        D40
  13.   FREE                  64      (  0.1K)         40
  14.   FREE              625680      (611.0K)      98C10
  15.  
  16. Total  FREE :       625744      (611.1K) 
  17.  
  18. Upper Memory :
  19.  
  20.   Name                Size in Decimal       Size in Hex
  21. -------------      ---------------------   -------------
  22.   SYSTEM            180224      (176.0K)      2C000
  23.   MOUSE              14816      ( 14.5K)       39E0
  24.   AC                   240      (  0.2K)         F0
  25.   ANSI                4192      (  4.1K)       1060
  26.   RAMDRIVE            1184      (  1.2K)        4A0
  27.   SMARTDRV           22368      ( 21.8K)       5760
  28.   SHARE               6192      (  6.0K)       1830
  29.   FASTOPEN            5600      (  5.5K)       15E0
  30.   FREE                 160      (  0.2K)         A0
  31.   FREE                 176      (  0.2K)         B0
  32.   FREE               26800      ( 26.2K)       68B0
  33.  
  34. Total  FREE :        27136      ( 26.5K) 
  35.  
  36. Total bytes available to programs (Conventional+Upper) :      652880   (637.6K)
  37. Largest executable program size :                             625504   (610.8K)
  38. Largest available upper memory block :                         26800   ( 26.2K)
  39.  
  40.    5636096 bytes total contiguous extended memory
  41.          0 bytes available contiguous extended memory
  42.    2255872 bytes available XMS memory
  43.            MS-DOS resident in High Memory Area
  44.  
  45.  
  46.  
  47. The Config.sys looks like this:
  48.  
  49.  
  50. DEVICE=C:\DOS\SETVER.EXE
  51.  
  52. BREAK=ON
  53. BUFFERS=30
  54. FILES=40
  55. STACKS=9,128
  56. LASTDRIVE=L
  57. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /e:1024 /p
  58. DEVICE=C:\DOS\HIMEM.SYS
  59. DEVICE=C:\DOS\EMM386.EXE NOEMS
  60. DEVICEHIGH=C:\WINDOWS\MOUSE.SYS /Y
  61. devicehigh=c:\dos\ac.sys com3=3E8
  62. DEVICEHIGH=C:\DOS\ANSI.SYS
  63. DEVICEHIGH=C:\DOS\RAMDRIVE.SYS 1024 512 64/e
  64. DEVICEhigh=C:\DOS\smartdrv.sys 2048 1024
  65. DOS=HIGH,UMB
  66.  
  67.  
  68. The autoexec.bat like this:
  69. @ echo off
  70. C:\mouse\mouse.com           (We have a program that insists upon this!!)
  71. REM set comspec=c:\command.com
  72. PATH C:\DOS;c:\;c:\windows;c:\batch;c:\zip;c:\w4w;c:\nort;d:\;e:\;f:\;g:\;h:\
  73. ADDPATH f:\toolbook 
  74. prompt $p$g$_
  75. ver
  76. set TEMP=i:\
  77. LOADHIGH C:\DOS\SHARE.EXE
  78. loadhigh c:\dos\fastopen.exe c:=50
  79. @ echo on
  80.  
  81. We run on a 386SX;Ami bios;DFI board(they're great) w/6mg;Perstor ADRC9008
  82. on two 40mg hardrives formatted to 76mg ea. Windows is reliable although at 
  83. times quirky! It runs reasonably fast although I've not timed various
  84. tasks.
  85.  
  86. So much for the naysayers, the Microsoft bashers, etc!  DRI took a long, long
  87. time to make their DOS version available to large numbers of people at a 
  88. reasonable price.  Just very recently under $100. Their old CPM operating
  89. systems are still up there in never-never land. This criticism is also true
  90. of the OS2 phenomena. My shelves above my computer will also hold QEMM;QRAM;
  91. etc.! I'm tired of folks hammering Microsoft for being less than perfect, but
  92. primarily for doing very well! It's been very sour grapes. 
  93.  
  94.                                             Lois Laulicht
  95.